home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / gadgets / tapedeck.inc < prev   
Text File  |  1998-06-24  |  414b  |  20 lines

  1. include "inc/utility/tagitem.inc";
  2.  
  3. def TDECK_Dummy = (TAG_USER+$05000000);
  4.  
  5. def TDECK_Mode = (TDECK_Dummy+1);
  6. def TDECK_Paused = (TDECK_Dummy+2);
  7. def TDECK_Tape = (TDECK_Dummy+3);
  8. def TDECK_Frames = (TDECK_Dummy+11);
  9. def TDECK_CurrentFrame = (TDECK_Dummy+12);
  10.  
  11. def BUT_REWIND = 0;
  12. def BUT_PLAY = 1;
  13. def BUT_FORWARD = 2;
  14. def BUT_STOP = 3;
  15. def BUT_PAUSE = 4;
  16. def BUT_BEGIN = 5;
  17. def BUT_FRAME = 6;
  18. def BUT_END = 7;
  19.  
  20.